Introduction:
    this is EUART Driver for Windows System.
    the Driver for Each system has its corresponding driver name.
    
    Note: certificates of EUART Driver for XP and WinS03 are test signing.

Driver name Vs Windows System:
    WinXPx86  ->  WinXP x86
    WinXPx64  ->  WinXP x64
    WinS03x86 ->  Win Server2003 x86
    WinS03x64 ->  Win Server2003 x64
    WinVistaAndLaterx86
        -> Win Vista x86 and Win Server 2008 x86
        -> Win 7 x86
        -> Win 8 x86
    WinVistaAndLaterx64
        -> Win Vista x64 and Win Server 2008 x64
        -> Win 7 x64 and Win Server 2008 R2 x64
        -> Win 8 x64 and Win Server 2012 x64

UninstallDriverPackage.bat to Uninstall all EUART Driver Package.
InstallDriverPackage.bat to install all EUART Driver Package.

RemoveOldDriverPackage.bat to Remove old EUART Driver Package.

2015/11/16 add MultiPortSerial class reg in MF_EUART.inf
    In Windows Embedded Standard 2009, OS dont know this class. so we need to register it.

2016/01/26
    add serenum.sys on UART DMA driver.
    fix one bug that cause uart mouse driver not workable.
    fix error code in linux driver 3.5.
    PS: the sensitivity of uart mouse on non DMA mode is better than the DMA mode with low trigger level.

